Everything Totally Explained


Ask & we'll explain, totally!
State transition system
Totally Explained


  NEW! All the latest news in the worlds of computer gaming, entertainment, the environment,  
finance, health, politics, science, stocks & shares, technology and much, much, more.  


View this entry using RSS

Everything about State Transition System totally explained

In theoretical computer science, a state transition system is an abstract machine used in the study of computation. The machine consists of a set of states and transitions between states.
   State transition systems differ from finite state automata in several ways:
  • In a state transition system the set of states isn't necessarily finite, or even countable.
  • In a state transition system the set of transitions isn't necessarily finite, or even countable.
State transition systems with a finite number of states and transitions can be represented as directed graphs.
   There are at least two basic types of state transition systems: labelled (or LTS for labelled transition system) or unlabelled.

Formal definition

Formally, an unlabelled state transition system is a tuple (S, →) where S is a set (of states) and → ⊆ S × S is a binary relation over S (of transitions.) If p, qS, (p, q) ∈ → is usually written as pq. This represents the fact that there's a transition from state p to state q.
   A labelled transition system is a tuple (S, Λ, →) where S is a set (of states), Λ is a set (of labels) and → ⊆ S × Λ × S is a ternary relation (of labelled transitions.) If p, qS and α ∈ Λ, then (p,α,q) ∈ → is written as »

p overset q. , This represents the fact that there's a transition from state p to state q with label α. Labels can represent different things depending on the language of interest. Typical uses of labels include representing input expected, conditions that must be true to trigger the transition, or actions performed during the transition.

Relation between labelled and unlabelled transition systems.

There are many relations between these concepts. Some are simple, such as observing that a labelled transition system where the set of labels consists of only one element is equivalent to an unlabelled transition system. However not all these relations are equally trivial.

Further Information

Get more info on 'State Transition System'.


External Link Exchanges

Do you know how hard it is to get a link from a large encyclopaedia? Well we're different and will prove it. To get a link from us just add the following HTML to your site on a relevant page:

    <a href="http://state_transition_system.totallyexplained.com">State transition system Totally Explained</a>

Then simply click through this link from your web page. Our crawlers will verify your link, extract the title of your web page and instantly add a link back to it. If you like you can remove the words Totally Explained and embed the link in article text.
   As long as your link remains in place, we'll keep our link to you right here. Please play fair - our crawlers are watching. Your site must be closely related to this one's topic. Any kind of spamming, dubious practises or removing the link will result in your link from us being dropped and, potentially, your whole site being banned.



Copyright © 2007-8 totallyexplained.com | Licensed under the GNU Free Documentation License | Site Map
This article contains text from the Wikipedia article State transition system (History) and is released under the GFDL | RSS Version